'Declaration Public Function New( _
ByVal analyzerThe analyzer, which execution result must be cached.As Analyzer(Of TTarget,TValue), _
ByVal resultCachingMethodThe result caching method.As ProcessingResultCachingMethod _
)
public CachedAnalyzer<TTarget,TValue>(
Analyzer<TTarget,TValue> analyzer,
ProcessingResultCachingMethod resultCachingMethod
)
public: CachedAnalyzer<TTarget,TValue>(
Analyzer<TTarget,TValue*>* analyzer,
ProcessingResultCachingMethod resultCachingMethod
)
public:
CachedAnalyzer<TTarget,TValue>(
Analyzer<TTarget,TValue^>^ analyzer,
ProcessingResultCachingMethod resultCachingMethod
)
Parameters
- analyzer
- The analyzer, which execution result must be cached.
- resultCachingMethod
- The result caching method.